DateLocalizationLabel class final

Constructors

DateLocalizationLabel({String yearLabel = 'years ago', String monthLabel = 'months ago', String dayLabel = 'days ago', String hourLabel = 'hours ago', String minuteLabel = 'minutes ago', String secondLabel = 'seconds ago'})
const

Properties

dayLabel String
The dayLabel property represents the label for the day. The default value is days ago.
final
hashCode int
The hash code for this object.
no setterinherited
hourLabel String
The hourLabel property represents the label for the hour. The default value is hours ago.
final
minuteLabel String
The minuteLabel property represents the label for the minute. The default value is minutes ago.
final
monthLabel String
The monthLabel property represents the label for the month. The default value is months ago.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondLabel String
The secondLabel property represents the label for the second. The default value is seconds ago.
final
yearLabel String
The yearLabel property represents the label for the year. The default value is years ago.
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