ChangeSummary constructor

ChangeSummary({
  1. String? changeType,
  2. String? details,
  3. Entity? entity,
  4. List<ErrorDetail>? errorDetailList,
})

Implementation

ChangeSummary({
  this.changeType,
  this.details,
  this.entity,
  this.errorDetailList,
});