Model constructor
Model({})
Implementation
Model({
this.createTime,
this.dataset,
this.displayName,
this.name,
this.sourceLanguageCode,
this.targetLanguageCode,
this.testExampleCount,
this.trainExampleCount,
this.updateTime,
this.validateExampleCount,
});