LogContentResponse.fromJson constructor

LogContentResponse.fromJson(
  1. String str
)

Implementation

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