Period class
Properties
hashCode
→ int
The hash code for this object.
no setter inherited
iso8601
→ String
Specified in ISO 8601 format. For example, P1W equates to one week,
P1M equates to one month, P3M equates to three months, P6M equates to
six months, and P1Y equates to one year
final
props
→ List <Object >
The list of properties that will be used to determine whether
two instances are equal.
no setter
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
stringify
→ bool ?
If set to true
, the toString
method will be overridden to output
this instance's props
.
no setter inherited
unit
→ PeriodUnit
The number of period units: day, week, month, year, unknown
final
value
→ int
The increment of time that a subscription period is specified in
final
Methods
noSuchMethod (Invocation invocation )
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString ()
→ String
A string representation of this object.
inherited