TimerDisplay class
时间显示数据
Constructors
- TimerDisplay({required int minuteHigh, required int minuteLow, required int secondHigh, required int secondLow})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- minuteHigh → int
-
final
- minuteLow → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secondHigh → int
-
final
- secondLow → int
-
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