ConvoGetLogOutput.fromJson constructor

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

Implementation

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