TimerService class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isPayTypeSelected → bool
-
no setter
- isRegistered → bool
-
no setter
- isTimeOver → bool
-
no setter
- listenersCount → int
-
no setterinherited
- payTypeImg → AssetGenImage
-
no setter
- payTypeSet → String
-
no setter
- remainingSeconds → int
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timer ↔ Timer
-
getter/setter pair
Methods
-
addListener(
void listener()) → void -
Registers a listener with this service
inherited
-
listenToReactiveValues(
List reactiveValues) → void -
List to the values and react when there are any changes
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notifyListeners(
) → void -
Notifies all the listeners attached to this service
inherited
-
removeListener(
void listener()) → void -
Removes a listener from the service
inherited
-
resetTimer(
) → dynamic -
setPaySelected(
bool value) → void -
setPayType(
String name, AssetGenImage img) → void -
setRegister(
) → void -
setTimer(
) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited