LookupMessages class abstract

LookupMessages template for any language

Implementers

Constructors

LookupMessages()

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
aboutAMonth(int days) String
Format when time is about a month
aboutAnHour(int minutes) String
Format when time is about an hour
aboutAYear(int year) String
Format when time is about a year
aDay(int hours) String
Format when time is a day
days(int days) String
Format when time is in days
hours(int hours) 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
months(int months) String
Format when time is in months
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prefixAgo() String
Example: prefixAgo() 1 min suffixAgo()
prefixFromNow() String
Example: prefixFromNow() 1 min suffixFromNow()
suffixAgo() String
Example: prefixAgo() 1 min suffixAgo()
suffixFromNow() String
Example: prefixFromNow() 1 min suffixFromNow()
toString() String
A string representation of this object.
inherited
wordSeparator() String
word separator when words are concatenated
years(int years) String
Format when time is about a year

Operators

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