copyWith method
Implementation
MessageSchedulingStateSendWhenVideoProcessed copyWith({int? sendDate}) =>
MessageSchedulingStateSendWhenVideoProcessed(
sendDate: sendDate ?? this.sendDate,
);
MessageSchedulingStateSendWhenVideoProcessed copyWith({int? sendDate}) =>
MessageSchedulingStateSendWhenVideoProcessed(
sendDate: sendDate ?? this.sendDate,
);