RealtimeTextFormat class

Constructors

RealtimeTextFormat({String after = "After", String ago = "ago", String now = "Now", String today = "Today", String tomorrow = "Tomorrow", String yesterday = "Yesterday", TextFormat second = const TextFormat(singular: "second", plural: "seconds"), TextFormat minute = const TextFormat(singular: "minute", plural: "minutes"), TextFormat hour = const TextFormat(singular: "hour", plural: "hours")})
const

Properties

after String
final
ago String
final
hashCode int
The hash code for this object.
no setterinherited
hour TextFormat
final
minute TextFormat
final
now String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
second TextFormat
final
today String
final
tomorrow String
final
yesterday String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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