MirekException.withValue constructor

const MirekException.withValue(
  1. int? value, [
  2. String? message
])

Creates a MirekException object that includes the value that triggered this exception.

Implementation

const MirekException.withValue(this.value, [this.message]);