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