GraphGetListMutesOutput.fromJson constructor

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

Implementation

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