LookupMessages class abstract

LookupMessages template for any language

Implementers

Constructors

LookupMessages.new()

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

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 in years

Operators

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