DayEnum class
1- Monday *2- Tuesday *3- Wednesday *4- Thursday *5- Friday *6- Saturday *7- Sunday
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → int -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited