libvplan
vplan
VplanDate
VplanDate constructor
VplanDate
VplanDate class
Constructors
VplanDate
Properties
date
weekType
hashCode
runtimeType
Methods
toJson
noSuchMethod
toString
Operators
operator ==
Static methods
fromJson
VplanDate constructor
VplanDate
(
DateTime
date
,
WeekType
weekType
)
Implementation
VplanDate(this.date, this.weekType);