AGCTimeUnit class

Annotations

Constructors

AGCTimeUnit.fromInt(int value)
Creates a AGCTimeUnit object from a integer.
factory

Properties

hashCode int
Generates the hash code for a AGCTimeUnit object.
no setteroverride
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
toInt() int
toString() String
Converts AGCTimeUnit object to string.
override

Operators

operator ==(Object other) bool
Compares two AGCTimeUnit objects.
override

Constants

DAYS → const AGCTimeUnit
HOURS → const AGCTimeUnit
MICROSECONDS → const AGCTimeUnit
MILLISECONDS → const AGCTimeUnit
MINUTES → const AGCTimeUnit
NANOSECONDS → const AGCTimeUnit
SECONDS → const AGCTimeUnit