ListPostalCodeDto constructor

ListPostalCodeDto({
  1. bool? success,
  2. String? error,
  3. List<String>? errors,
  4. List<String>? errorCodes,
  5. List<String>? messages,
  6. List<String>? messageCodes,
  7. List<PostalCodeResponse>? jsonResult,
})

Implementation

ListPostalCodeDto(
    {this.success,
    this.error,
    this.errors,
    this.errorCodes,
    this.messages,
    this.messageCodes,
    this.jsonResult});