DTimerCountdownFormat enum
倒计时输出格式
- Inheritance
- Available extensions
- Annotations
-
- @Deprecated("use [DTimerFormat]")
Values
- hourMinuteSecond → const DTimerCountdownFormat
-
时分秒, 00:00:00
- minuteSecond → const DTimerCountdownFormat
-
分秒,00:00
- second → const DTimerCountdownFormat
-
秒,0
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 DTimerCountdownFormat, provided by the ExCountdownFormat extension
倒计时输出格式化millisUntilFinished计时毫秒数 -
formatWithSeconds(
int secondUntilFinished) → String -
Available on DTimerCountdownFormat, provided by the ExCountdownFormat 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<
DTimerCountdownFormat> - A constant List of the values in this enum, in order of their declaration.