ApiResponseException.fromJson constructor

ApiResponseException.fromJson(
  1. Json json
)

Implementation

factory ApiResponseException.fromJson(Json json) =>
    _$ApiResponseExceptionFromJson(json);