ChannelCreateLinkRequest.fromJson constructor

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

Implementation

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