MirekException constructor

const MirekException([
  1. String? message
])

Creates a MirekException object.

Implementation

const MirekException([this.message]) : value = null;