Case constructor
Case({})
Implementation
Case({
this.classification,
this.createTime,
this.creator,
this.description,
this.displayName,
this.escalated,
this.name,
this.priority,
this.severity,
this.state,
this.subscriberEmailAddresses,
this.testCase,
this.timeZone,
this.updateTime,
});