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