copyWith method

ChatTypePrivate copyWith({
  1. int? userId,
})

Implementation

ChatTypePrivate copyWith({int? userId}) =>
    ChatTypePrivate(userId: userId ?? this.userId);