Messages class abstract

Messages Template

Implementers

Constructors

Messages()

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

dayAgo(int hours) String
When time is a day
daysAgo(int days) String
When time is in days
hourAgo(int minutes) String
When time is about an hour
hoursAgo(int hours) String
When time is in hours
minAgo(int minutes) String
When time is about a minute
minsAgo(int minutes) String
When time is in minutes
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prefixAgo() String
Example: prefixAgo() 1 min suffixAgo()
secsAgo(int seconds) String
When time is less than a minute
suffixAgo() String
Example: prefixAgo() 1 min suffixAgo()
toString() String
A string representation of this object.
inherited
wordSeparator() String
Word separator when words are concatenated

Operators

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