TimeMessages class abstract

LookupMessages template for any language Sources: https://pub.dev/packages/timeago

Implementers

Constructors

TimeMessages()

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

aboutAMinute(int minutes) String
Format when time is about a minute
aboutAnHour(int minutes) String
Format when time is about an hour
aDay(int minutes) String
Format when time is a day
days(int minutes) String
Format when time is in days
hours(int minutes) String
Format when time is in hours
lessThanOneMinute(int seconds) String
Format when time is less than a minute
minutes(int minutes) String
Format when time is in minutes
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
year(int minutes) String
Format when time is in days

Operators

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