TTError constructor

TTError(
  1. int errorCode,
  2. String message
)

Implementation

TTError(this.errorCode, this.message);