copyWith method

LinkPreviewTypeVideoNote copyWith({
  1. VideoNote? videoNote,
})

Implementation

LinkPreviewTypeVideoNote copyWith({VideoNote? videoNote}) =>
    LinkPreviewTypeVideoNote(videoNote: videoNote ?? this.videoNote);