DriveDocumentIds constructor

DriveDocumentIds({
  1. List<String>? ids,
})

Implementation

DriveDocumentIds({
  this.ids,
});