copyWith method
Implementation
@override
MessageVideoChatScheduled copyWith({
int? groupCallId,
int? startDate,
}) => MessageVideoChatScheduled(
groupCallId: groupCallId ?? this.groupCallId,
startDate: startDate ?? this.startDate,
);
@override
MessageVideoChatScheduled copyWith({
int? groupCallId,
int? startDate,
}) => MessageVideoChatScheduled(
groupCallId: groupCallId ?? this.groupCallId,
startDate: startDate ?? this.startDate,
);