Week class
A class for storing information of week
Constructors
- Week.fromWireName(String wireName)
-
Creates week with a decoded json object from countries
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Constants
- friday → const Week
- Constant value of the friday enum
- fridayWireName → const String
- Value of friday in json
- monday → const Week
- Constant value of the monday enum
- mondayWireName → const String
- Value of monday in json
- saturday → const Week
- Constant value of the saturday enum
- saturdayWireName → const String
- Value of saturday in json
- sunday → const Week
- Constant value of the sunday enum
- sundayWireName → const String
- Value of sunday in json
- thursday → const Week
- Constant value of the thursday enum
- thursdayWireName → const String
- Value of thursday in json
- tuesday → const Week
- Constant value of the tuesday enum
- tuesdayWireName → const String
- Value of tuesday in json
- wednesday → const Week
- Constant value of the wednesday enum
- wednesdayWireName → const String
- Value of wednesday in json