copyWith method
Implementation
GetChatBoostLevelFeatures copyWith({bool? isChannel, int? level}) =>
GetChatBoostLevelFeatures(
isChannel: isChannel ?? this.isChannel,
level: level ?? this.level,
);
GetChatBoostLevelFeatures copyWith({bool? isChannel, int? level}) =>
GetChatBoostLevelFeatures(
isChannel: isChannel ?? this.isChannel,
level: level ?? this.level,
);