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