UApiLogResponse.fromJson constructor

UApiLogResponse.fromJson(
  1. String str
)

Implementation

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