FilesRequest.create constructor

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

Implementation

FilesRequest.create(
  this.file, {
  this.fileContent,
  this.form,
  this.fields,
  this.prettyPrint,
  this.quotaId,
  this.parameters,
}) : super('Files#Create');