TimerValue class abstract

Annotations
  • @freezed

Constructors

TimerValue({required int remaining, required TimerUnit unit, @Default(TimerStatus.initial) TimerStatus status})
const
factory

Properties

copyWith → $TimerValueCopyWith<TimerValue>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
remaining int
The amount of unit that remains.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status TimerStatus
The status of the timer.
no setterinherited
unit TimerUnit
The unit of the timer.
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