Model constructor
Model({})
Implementation
Model({
this.activeOperations,
this.createTime,
this.displayName,
this.etag,
this.modelHash,
this.name,
this.state,
this.tags,
this.tfliteModel,
this.updateTime,
});