GetLogOutput.fromJson constructor

GetLogOutput.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory GetLogOutput.fromJson(Map<String, Object?> json) =>
    _$GetLogOutputFromJson(json);