GuardResult.cancel constructor

const GuardResult.cancel({
  1. Object? reason,
})

Signals that the mutation should be cancelled.

Implementation

const factory GuardResult.cancel({
  Object? reason,
}) = GuardResultCancel;