ThrowableMechanism constructor

ThrowableMechanism(
  1. Mechanism _mechanism,
  2. dynamic _throwable, {
  3. bool? snapshot,
})

Implementation

ThrowableMechanism(
  this._mechanism,
  this._throwable, {
  bool? snapshot,
}) : _snapshot = snapshot;