UnmuteConvoOutput.fromJson constructor

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

Implementation

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