TimeLeftFormate class

Available extensions

Constructors

TimeLeftFormate({String? second, String? minute, String? hour, String? day, String? week, String? month, String? year})

Properties

day String?
final
hashCode int
The hash code for this object.
no setterinherited
hour String?
final
minute String?
final
month String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
second String?
final
toDayFormateString String

Available on TimeLeftFormate?, provided by the GetFormateTimeLeftStr extension

no setter
toHourFormateString String

Available on TimeLeftFormate?, provided by the GetFormateTimeLeftStr extension

no setter
toMinuteFormateString String

Available on TimeLeftFormate?, provided by the GetFormateTimeLeftStr extension

no setter
toMonthFormateString String

Available on TimeLeftFormate?, provided by the GetFormateTimeLeftStr extension

no setter
tosecondFormateString String

Available on TimeLeftFormate?, provided by the GetFormateTimeLeftStr extension

no setter
toWeekFormateString String

Available on TimeLeftFormate?, provided by the GetFormateTimeLeftStr extension

no setter
toYearFormateString String

Available on TimeLeftFormate?, provided by the GetFormateTimeLeftStr extension

no setter
week String?
final
year 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