copyWith abstract method

ChatReadMessage copyWith({
  1. int? id,
  2. String? channel,
  3. int? userId,
  4. int? lastReadMessageId,
})

Implementation

ChatReadMessage copyWith({
  int? id,
  String? channel,
  int? userId,
  int? lastReadMessageId,
});