DTimerFormat enum

Timer输出格式

Inheritance
Available extensions

Values

hourMinuteSecond → const DTimerFormat

时/分/秒, 00:00:00

minuteSecond → const DTimerFormat

分/秒,00:00

second → const DTimerFormat

秒,0

minuteSecondMilliseconds → const DTimerFormat

分/秒/毫秒,00:00:000

hourMinuteSecondMilliseconds → const DTimerFormat

时/分/秒/毫秒, 00:00:00:000

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

format(int millisUntilFinished) String

Available on DTimerFormat, provided by the ExDTimerFormat extension

倒计时输出格式化 millisUntilFinished 计时毫秒数
formatWithSeconds(int secondUntilFinished) String

Available on DTimerFormat, provided by the ExDTimerFormat extension

倒计时输出格式化 secondUntilFinished 计时秒数
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

Constants

values → const List<DTimerFormat>
A constant List of the values in this enum, in order of their declaration.