MutedWord.fromJson constructor

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

Implementation

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