ErrorType constructor

const ErrorType(
  1. String message
)

Implementation

const ErrorType(this.message);