Mute.fromJson constructor

Mute.fromJson(
  1. Map<String, dynamic> json
)

Create a new instance from a json

Implementation

factory Mute.fromJson(Map<String, dynamic> json) => _$MuteFromJson(json);