FilesRequest.copy constructor

FilesRequest.copy(
  1. String? fileId,
  2. DriveFile? file, {
  3. String? form,
  4. String? fields,
  5. bool? prettyPrint,
  6. String? quotaId,
  7. Map<String, dynamic>? parameters,
})

Implementation

FilesRequest.copy(
  this.fileId,
  this.file, {
  this.form,
  this.fields,
  this.prettyPrint,
  this.quotaId,
  this.parameters,
}) : super('Files#Copy');