DemoteContext constructor

DemoteContext({
  1. String? kind,
  2. String? sourceRepresentativeInstanceName,
})

Implementation

DemoteContext({
  this.kind,
  this.sourceRepresentativeInstanceName,
});