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

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wireName String
Actual value from json
final

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

Static Properties

values List<Week>
All values with Week
no setter

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