copyWith method
Implementation
@override
PushMessageContentVideoNote copyWith({
VideoNote? videoNote,
bool? isPinned,
}) => PushMessageContentVideoNote(
videoNote: videoNote ?? this.videoNote,
isPinned: isPinned ?? this.isPinned,
);
@override
PushMessageContentVideoNote copyWith({
VideoNote? videoNote,
bool? isPinned,
}) => PushMessageContentVideoNote(
videoNote: videoNote ?? this.videoNote,
isPinned: isPinned ?? this.isPinned,
);