copyWith method
Implementation
@override
ChatTypePrivate copyWith({
int? userId,
}) =>
ChatTypePrivate(
userId: userId ?? this.userId,
);
@override
ChatTypePrivate copyWith({
int? userId,
}) =>
ChatTypePrivate(
userId: userId ?? this.userId,
);