GraphGetMutesOutput.fromJson constructor

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

Implementation

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