menu
ngcomponents package
documentation
model/action/async_action.dart
DelegatingAsyncAction<V>
cancelled property
cancelled property
dark_mode
light_mode
cancelled
property
@
override
bool
get
cancelled
override
Indicates whether the action has been cancelled.
Implementation
@override bool get cancelled => delegate.cancelled;
ngcomponents package
documentation
model/action/async_action
DelegatingAsyncAction<V>
cancelled property
DelegatingAsyncAction class