DateItemModel class

Constructors

DateItemModel(bool year, bool month, bool day, bool hour, bool minute, bool second)
DateItemModel.parse(DateMode dateMode)

Properties

day bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hour bool
getter/setter pair
length int
no setter
minute bool
getter/setter pair
month bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
second bool
getter/setter pair
year bool
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