FaMessages class
Farsi Messages
- Implemented types
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
override
-
aboutAMonth(
int days) → String -
Format when time is about a month
override
-
aboutAnHour(
int minutes) → String -
Format when time is about an hour
override
-
aboutAYear(
int year) → String -
Format when time is about a year
override
-
aDay(
int hours) → String -
Format when time is a day
override
-
days(
int days) → String -
Format when time is in days
override
-
hours(
int hours) → String -
Format when time is in hours
override
-
lessThanOneMinute(
int seconds) → String -
Format when time is less than a minute
override
-
minutes(
int minutes) → String -
Format when time is in minutes
override
-
months(
int months) → String -
Format when time is in months
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
prefixAgo(
) → String -
Example:
prefixAgo()
1 minsuffixAgo()
override -
prefixFromNow(
) → String -
Example:
prefixFromNow()
1 minsuffixFromNow()
override -
suffixAgo(
) → String -
Example:
prefixAgo()
1 minsuffixAgo()
override -
suffixFromNow(
) → String -
Example:
prefixFromNow()
1 minsuffixFromNow()
override -
toString(
) → String -
A string representation of this object.
inherited
-
wordSeparator(
) → String -
word separator when words are concatenated
override
-
years(
int years) → String -
Format when time is about a year
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited