RelativeDateTime class abstract
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
aboutAMinute(
int minutes) → String -
aboutAMonth(
int days) → String -
aboutAnHour(
int minutes) → String -
aboutAYear(
int year) → String -
aDay(
int hours) → String -
days(
int days) → String -
hours(
int hours) → String -
lessThanOneMinute(
int seconds) → String -
minutes(
int minutes) → String -
months(
int months) → String -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
prefixAgo(
) → String -
prefixFromNow(
) → String -
suffixAgo(
) → String -
suffixFromNow(
) → String -
toString(
) → String -
A string representation of this object.
inherited
-
wordSeparator(
) → String -
years(
int years) → String
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override