Project constructor
Project({
- String? createTime,
- GoogleAppsScriptTypeUser? creator,
- GoogleAppsScriptTypeUser? lastModifyUser,
- String? parentId,
- String? scriptId,
- String? title,
- String? updateTime,
Implementation
Project({
this.createTime,
this.creator,
this.lastModifyUser,
this.parentId,
this.scriptId,
this.title,
this.updateTime,
});