ChannelCreateRequest2.fromJson constructor

ChannelCreateRequest2.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory ChannelCreateRequest2.fromJson(Map<String, dynamic> json) =>
    _$ChannelCreateRequest2FromJson(json);