$Error constructor

$Error({
  1. String? errorMessage,
})

Implementation

$Error({
  this.errorMessage,
});