TimeKeySets class

Holds the translation key sets for all time units we support.

Constructors

TimeKeySets({required UnitKeySet years, required UnitKeySet months, required UnitKeySet days, required UnitKeySet hours, required UnitKeySet minutes, required UnitKeySet seconds})

Properties

days UnitKeySet
final
hashCode int
The hash code for this object.
no setterinherited
hours UnitKeySet
final
minutes UnitKeySet
final
months UnitKeySet
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seconds UnitKeySet
final
years UnitKeySet
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