DriveDestination constructor

DriveDestination({
  1. String? exportUri,
  2. String? file,
})

Implementation

DriveDestination({this.exportUri, this.file});