DurationUnitEnum class

Inheritance
  • Object
  • EnumClass
  • DurationUnitEnum

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Properties

serializer → Serializer<DurationUnitEnum>
no setter
values → BuiltSet<DurationUnitEnum>
no setter

Static Methods

valueOf(String name) DurationUnitEnum

Constants

days → const DurationUnitEnum
The unit of time. You can only use minutes and hours if the interval.type is sliding. Possible values: minutes, hours, days, weeks, or months
hours → const DurationUnitEnum
The unit of time. You can only use minutes and hours if the interval.type is sliding. Possible values: minutes, hours, days, weeks, or months
minutes → const DurationUnitEnum
The unit of time. You can only use minutes and hours if the interval.type is sliding. Possible values: minutes, hours, days, weeks, or months
months → const DurationUnitEnum
The unit of time. You can only use minutes and hours if the interval.type is sliding. Possible values: minutes, hours, days, weeks, or months
unknownDefaultOpenApi → const DurationUnitEnum
The unit of time. You can only use minutes and hours if the interval.type is sliding. Possible values: minutes, hours, days, weeks, or months
weeks → const DurationUnitEnum
The unit of time. You can only use minutes and hours if the interval.type is sliding. Possible values: minutes, hours, days, weeks, or months