DeleteChannel.fromJson constructor

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

Implementation

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