ModernFormViewVideosModel constructor

ModernFormViewVideosModel({
  1. String? url,
  2. String? path,
  3. bool? shareArquiveEnabled,
  4. void onShareVideoArquiveCallback()?,
  5. void onShareVideoUrlCallback()?,
  6. void onDeleteVideoFromDevice()?,
  7. void onDownloadVideoCallback()?,
  8. void onOpenVideoCallback()?,
})

Implementation

ModernFormViewVideosModel({
  this.url,
  this.path,
  this.shareArquiveEnabled,
  this.onShareVideoArquiveCallback,
  this.onShareVideoUrlCallback,
  this.onDeleteVideoFromDevice,
  this.onDownloadVideoCallback,
  this.onOpenVideoCallback,
});