GroupEditJoinLinkOutput.fromJson constructor

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

Implementation

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