Change constructor
Change({
- ResourceChange? resourceChange,
- ChangeType? type,
Implementation
Change({
this.resourceChange,
this.type,
});
Change({
this.resourceChange,
this.type,
});