UApiLogStatsResponse.fromJson constructor

UApiLogStatsResponse.fromJson(
  1. String str
)

Implementation

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