File constructor
File({
- String? createTime,
- GoogleAppsScriptTypeFunctionSet? functionSet,
- GoogleAppsScriptTypeUser? lastModifyUser,
- String? name,
- String? source,
- String? type,
- String? updateTime,
Implementation
File({
this.createTime,
this.functionSet,
this.lastModifyUser,
this.name,
this.source,
this.type,
this.updateTime,
});