Case constructor
Case({
- CaseClassification? classification,
- String? contactEmail,
- String? createTime,
- Actor? creator,
- String? description,
- String? displayName,
- bool? escalated,
- String? languageCode,
- String? name,
- String? priority,
- String? severity,
- String? state,
- List<
String> ? subscriberEmailAddresses, - bool? testCase,
- String? timeZone,
- String? updateTime,
Implementation
Case({
this.classification,
this.contactEmail,
this.createTime,
this.creator,
this.description,
this.displayName,
this.escalated,
this.languageCode,
this.name,
this.priority,
this.severity,
this.state,
this.subscriberEmailAddresses,
this.testCase,
this.timeZone,
this.updateTime,
});