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
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited