DomError constructor

DomError(
  1. String name, [
  2. String? message
])

Implementation

DomError(this.name, [this.message]);