Data constructor
Data({
- bool? success,
- String? caseType,
- UpdatedRecord? updatedRecord,
- String? message,
- String? action,
Implementation
Data({
this.success,
this.caseType,
this.updatedRecord,
this.message,
this.action,
});