DurationFormatter class abstract

Implementers

Constructors

DurationFormatter()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getDays(int days) String
getHours(int hours) String
getMinutes(int minutes) String
getMonths(int months) String
getNow() String
getSeconds(int seconds) String
getSeparator() String
getWeeks(int weeks) String
getYears(int years) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited