AsyncCommandWithoutParam class abstract
A Command that executes asynchronously without any parameter.
- Inheritance
-
- Object
- Command
- AsyncCommand
- AsyncCommandWithoutParam
Constructors
Properties
-
canExecute
→ ValueNotifier<
bool> -
Determines whether execution is allowed.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
-
isExecuting
↔ ValueNotifier<
bool> -
Determines whether the asynchronous execution is finished or not.
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
call(
[Object? parameter]) → Future< void> -
Executes this command.
inherited
-
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