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