GuardResult.cancel constructor
const
GuardResult.cancel({
- Object? reason,
Signals that the mutation should be cancelled.
Implementation
const factory GuardResult.cancel({
Object? reason,
}) = GuardResultCancel;