ErrorResponseHolder constructor

ErrorResponseHolder({
  1. required String defaultMessage,
  2. String? responseBody,
  3. String? customMessage = '',
})

constructor

Implementation

ErrorResponseHolder(
    {required this.defaultMessage,
    this.responseBody,
    this.customMessage = ''});