Change constructor

Change({
  1. ResourceChange? resourceChange,
  2. ChangeType? type,
})

Implementation

Change({
  this.resourceChange,
  this.type,
});