ResponseError constructor

ResponseError({
  1. String? errorCode,
  2. String? fieldName,
  3. String? message,
  4. Map<String, String?>? meta,
})

Implementation

ResponseError({this.errorCode, this.fieldName, this.message, this.meta});