DutchMessages class

The DutchMessages class provides Dutch language-specific implementations of the Messages interface. This class is used to format the "time ago" strings in Dutch.

Implemented types

Constructors

DutchMessages()

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
Message for when the elapsed time is about a day.
override
daysAgo(int days) String
Message for when the elapsed time is in days.
override
hourAgo(int minutes) String
Message for when the elapsed time is about an hour.
override
hoursAgo(int hours) String
Message for when the elapsed time is in hours.
override
justNow(int seconds) String
Message when the elapsed time is less than 15 seconds.
override
minAgo(int minutes) String
Message for when the elapsed time is about a minute.
override
minsAgo(int minutes) String
Message for when the elapsed time is in minutes.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prefixAgo() String
Prefix added before the time message.
override
secsAgo(int seconds) String
Message for when the elapsed time is less than a minute.
override
suffixAgo() String
Suffix added after the time message.
override
toString() String
A string representation of this object.
inherited
wordSeparator() String
Word separator to be used when joining the parts of the message.
override

Operators

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