DroppedMutation constructor

DroppedMutation([
  1. String reason = ''
])

Creates a dropped-mutation error with an optional reason.

Implementation

DroppedMutation([this.reason = '']);