File constructor

File({
  1. String? createTime,
  2. GoogleAppsScriptTypeFunctionSet? functionSet,
  3. GoogleAppsScriptTypeUser? lastModifyUser,
  4. String? name,
  5. String? source,
  6. String? type,
  7. String? updateTime,
})

Implementation

File({
  this.createTime,
  this.functionSet,
  this.lastModifyUser,
  this.name,
  this.source,
  this.type,
  this.updateTime,
});