copyWith method
Implementation
@override
MessageChatUpgradeFrom copyWith({
String? title,
int? basicGroupId,
}) => MessageChatUpgradeFrom(
title: title ?? this.title,
basicGroupId: basicGroupId ?? this.basicGroupId,
);
@override
MessageChatUpgradeFrom copyWith({
String? title,
int? basicGroupId,
}) => MessageChatUpgradeFrom(
title: title ?? this.title,
basicGroupId: basicGroupId ?? this.basicGroupId,
);