UApiLogJson.fromJson constructor

UApiLogJson.fromJson(
  1. String str
)

Implementation

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