TRError constructor

TRError({
  1. int? code,
  2. String? description,
})

Implementation

TRError({
  this.code,
  this.description,
});