DriveResourceInfo constructor

DriveResourceInfo({
  1. String? driveFileId,
  2. String? resourceKey,
})

Implementation

DriveResourceInfo({
  this.driveFileId,
  this.resourceKey,
});