UserError constructor

UserError(
  1. String error
)

Implementation

UserError(this.error);