TError constructor

TError(
  1. int? type,
  2. String? message
)

Implementation

TError(this.type, this.message);