ChannelUpdateLinkRequest.fromJson constructor

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

Implementation

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