DryRunOperation constructor

DryRunOperation({
  1. String? type,
  2. String? message,
})

Implementation

DryRunOperation({String? type, String? message})
    : super(type: type, code: 'DryRunOperation', message: message);