ChangeReport constructor

ChangeReport({
  1. List<ConfigChange>? configChanges,
})

Implementation

ChangeReport({
  this.configChanges,
});