DroppedMutation constructor
DroppedMutation([
- String reason = ''
Creates a dropped-mutation error with an optional reason.
Implementation
DroppedMutation([this.reason = '']);
Creates a dropped-mutation error with an optional reason.
DroppedMutation([this.reason = '']);