ModalError constructor

ModalError(
  1. String message, {
  2. String? description,
})

Implementation

ModalError(this.message, {this.description});