GroupDisableJoinLinkOutput.fromJson constructor

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

Implementation

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