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