AppError constructor

AppError(
  1. String errorText
)

Implementation

AppError(this.errorText);