toModel method
Constructs a new OperationCancellation from this OperationCancellationMixin.
Implementation
OperationCancellation toModel() =>
OperationCancellation(code: code, reason: reason, at: at);
Constructs a new OperationCancellation from this OperationCancellationMixin.
OperationCancellation toModel() =>
OperationCancellation(code: code, reason: reason, at: at);