copyWith abstract method

ChatJoinChannelFailed copyWith({
  1. String? channel,
  2. String? reason,
})

Implementation

ChatJoinChannelFailed copyWith({
  String? channel,
  String? reason,
});