MutedWordsPref.fromJson constructor

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

Implementation

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