copyWith abstract method

ChatJoinChannel copyWith({
  1. String? channel,
  2. String? userName,
})

Implementation

ChatJoinChannel copyWith({
  String? channel,
  String? userName,
});