UApiLogEndpointResponse.fromJson constructor

UApiLogEndpointResponse.fromJson(
  1. String str
)

Implementation

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