RadError constructor

RadError(
  1. String type,
  2. String op,
  3. String error
)

Implementation

RadError(this.type, this.op, this.error);