OccitanMessages class

Occitan src.messages

Implemented types

Constructors

OccitanMessages()

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

Operators

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