CounterActions class

Constructors

CounterActions(int getter(), void inc([int?]), void dec([int?]), void setter(int), void reset([int?]), int? _min(), int? _max())

Properties

dec → void Function([int?])
final
getter int Function()
final
hashCode int
The hash code for this object.
no setterinherited
inc → void Function([int?])
final
max int?
no setter
min int?
no setter
reset → void Function([int?])
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
setter → void Function(int)
final
value int
no setter

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