factory CreateChannelResponse.fromJson(Map<String, dynamic> json) { return CreateChannelResponse( channelArn: json['ChannelArn'] as String?, ); }