EnMessages class

Implemented types

Constructors

EnMessages()

Properties

dayFormat → DateFormat
final
hashCode int
The hash code for this object.
no setterinherited
hourFormat → DateFormat
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
yearFormat → DateFormat
final

Methods

aboutAMinute(int minutes) String
Format when time is about a minute
override
aboutAnHour(int minutes) String
Format when time is about an hour
override
aDay(int minutes) String
Format when time is a day
override
days(int minutes) String
Format when time is in days
override
hours(int minutes) 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
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
override

Operators

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