RegimenItem class

Constructors

RegimenItem({int? dayNumber, int? date, Weekday? weekday, CodeStub? dayPeriod, int? timeOfDay, AdministrationQuantity? administratedQuantity})
RegimenItem.fromJSON(Map<String, dynamic> data)
factory

Properties

administratedQuantity AdministrationQuantity?
getter/setter pair
date int?
getter/setter pair
dayNumber int?
getter/setter pair
dayPeriod CodeStub?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeOfDay int?
getter/setter pair
weekday Weekday?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

encode(RegimenItem value) Map<String, dynamic>