Cancelled constructor

Cancelled({
  1. Result? result,
})

Creates an instance of a Cancelled effect.

Implementation

Cancelled({Result? result}) : super(result: result);