libvplan
vplan
Vplan
Vplan constructor
Vplan
Vplan class
Constructors
Vplan
Properties
changed
changes
date
daysOff
info
weekDay
hashCode
runtimeType
Methods
toJson
noSuchMethod
toString
Operators
operator ==
Static methods
fromJson
Vplan constructor
Vplan
(
Weekday
weekDay
,
VplanDate
date
,
DateTime
changed
,
List
<
DateTime
>
daysOff
,
List
<
Change
>
changes
,
List
<
String
>
info
)
Implementation
Vplan(this.weekDay, this.date, this.changed, this.daysOff, this.changes, this.info);