TetaErrorResponse constructor

TetaErrorResponse({
  1. String? message,
  2. int? code,
})

Implementation

TetaErrorResponse({
  this.message,
  this.code,
});