Timespan class

Properties

chartLength int
no setter
hashCode int
The hash code for this object.
no setteroverride
properString String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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 Methods

tryParse(String val) Timespan

Constants

custom → const Timespan
day → const Timespan
daySeven → const Timespan
full → const Timespan
month → const Timespan
monthThirteen → const Timespan
monthThree → const Timespan
unknown → const Timespan
week → const Timespan
weekFour → const Timespan
year → const Timespan
yearThree → const Timespan