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