ChangeSummary constructor
ChangeSummary({
- String? changeType,
- String? details,
- Entity? entity,
- List<
ErrorDetail> ? errorDetailList,
Implementation
ChangeSummary({
this.changeType,
this.details,
this.entity,
this.errorDetailList,
});