GraphUnmuteActorListInput.fromJson constructor

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

Implementation

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