UApiLogJson.fromJson constructor
UApiLogJson.fromJson(
- String str
Implementation
factory UApiLogJson.fromJson(String str) => UApiLogJson.fromMap(json.decode(str));
factory UApiLogJson.fromJson(String str) => UApiLogJson.fromMap(json.decode(str));