DriveFileContent constructor

DriveFileContent({
  1. String? type,
  2. String? path,
  3. Int8List? byteArray,
})

Implementation

DriveFileContent({
  this.type,
  this.path,
  this.byteArray,
});