LookupMessages class abstract
LookupMessages template for any language
- Implementers
- ArMessages
- ArShortMessages
- AzMessages
- AzShortMessages
- CaMessages
- CaShortMessages
- CsMessages
- CsShortMessages
- DaMessages
- DaShortMessages
- DeMessages
- DeShortMessages
- DvMessages
- DvShortMessages
- EnMessages
- EnShortMessages
- EsMessages
- EsShortMessages
- FaMessages
- FrMessages
- FrShortMessages
- GrMessages
- GrShortMessages
- HeMessages
- HeShortMessages
- HiMessages
- HiShortMessages
- HuMessages
- HuShortMessages
- IdMessages
- ItMessages
- ItShortMessages
- JaMessages
- KmMessages
- KmShortMessages
- KoMessages
- KuMessages
- KuShortMessages
- NlMessages
- NlShortMessages
- PlMessages
- RoMessages
- RoShortMessages
- RuMessages
- RuShortMessages
- SvMessages
- SvShortMessages
- TaMessages
- ThMessages
- ThShortMessages
- TrMessages
- ViMessages
- ViShortMessages
- ZhMessages
Constructors
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 minsuffixAgo()
-
prefixFromNow(
) → String -
Example:
prefixFromNow()
1 minsuffixFromNow()
-
suffixAgo(
) → String -
Example:
prefixAgo()
1 minsuffixAgo()
-
suffixFromNow(
) → String -
Example:
prefixFromNow()
1 minsuffixFromNow()
-
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