DriveRequest constructor

DriveRequest({
  1. String? fields,
  2. String? form,
  3. bool? prettyPrint,
  4. String? quotaId,
  5. Map<String, dynamic>? parameters,
})

Implementation

DriveRequest({
  this.fields,
  this.form,
  this.prettyPrint,
  this.quotaId,
  this.parameters,
});