TumblerResponse.fromRawJson constructor
TumblerResponse.fromRawJson(
- String str
Implementation
factory TumblerResponse.fromRawJson(String str) =>
TumblerResponse.fromJson(json.decode(str));
factory TumblerResponse.fromRawJson(String str) =>
TumblerResponse.fromJson(json.decode(str));