Muting.fromJson constructor

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

Implementation

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