TimerControllerValues class

Constructors

TimerControllerValues({DateTime? startTime, String? timeFormate, Duration? duration, Duration? listeningDelay, void statusListener(AppTimerStatus)?, bool isCountdown = true, void controller(TimerFController)?})

Properties

controller → void Function(TimerFController)?
final
duration Duration?
final
hashCode int
The hash code for this object.
no setterinherited
isCountdown bool
final
listeningDelay Duration?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime DateTime?
final
statusListener → void Function(AppTimerStatus)?
final
timeFormate String?
timeFormate => HH:MM:SS:ms
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