ApiResponseExceptionGeneral constructor
const
ApiResponseExceptionGeneral({})
Implementation
const factory ApiResponseExceptionGeneral({
required final int statusCode,
required final String body,
required final String message,
}) = _$ApiResponseExceptionGeneralImpl;