fromRawJson static method

ApiResponseModel fromRawJson(
  1. String str
)

Implementation

static ApiResponseModel fromRawJson(String str) =>
    ApiResponseModel.fromJson(jsonDecode(str));