OperationCancellation constructor
- required OperationCancellationCode code,
- OperationCancellationReason? reason,
- required PreciseDateTime at,
Implementation
OperationCancellation({required this.code, this.reason, required this.at});
OperationCancellation({required this.code, this.reason, required this.at});