ModernFormViewVideosModel class

Constructors

ModernFormViewVideosModel({String? url, String? path, bool? shareArquiveEnabled, void onShareVideoArquiveCallback()?, void onShareVideoUrlCallback()?, void onDeleteVideoFromDevice()?, void onDownloadVideoCallback()?, void onOpenVideoCallback()?})

Properties

hashCode int
The hash code for this object.
no setteroverride
onDeleteVideoFromDevice ↔ (void Function()?)
getter/setter pair
onDownloadVideoCallback ↔ (void Function()?)
getter/setter pair
onOpenVideoCallback ↔ (void Function()?)
getter/setter pair
onShareVideoArquiveCallback ↔ (void Function()?)
getter/setter pair
onShareVideoUrlCallback ↔ (void Function()?)
getter/setter pair
path String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shareArquiveEnabled bool?
getter/setter pair
url String?
getter/setter pair

Methods

copyWith({String? url, String? path, bool? shareArquiveEnabled, void onShareVideoArquiveCallback()?, void onShareVideoUrlCallback()?, void onDeleteVideoFromDevice()?, void onDownloadVideoCallback()?, void onOpenVideoCallback()?}) ModernFormViewVideosModel
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override