MirekException.withValue constructor
Creates a MirekException object that includes the value that triggered this exception.
Implementation
const MirekException.withValue(this.value, [this.message]);
Creates a MirekException object that includes the value that triggered this exception.
const MirekException.withValue(this.value, [this.message]);