ResponseStatus constructor

ResponseStatus({
  1. String? errorCode,
  2. String? message,
  3. String? stackTrace,
  4. List<ResponseError>? errors,
  5. Map<String, String?>? meta,
})

Implementation

ResponseStatus(
    {this.errorCode, this.message, this.stackTrace, this.errors, this.meta});