PrioritizedSourceChange constructor
PrioritizedSourceChange(
- int priority,
- SourceChange change
Implementation
PrioritizedSourceChange(this.priority, this.change);
PrioritizedSourceChange(this.priority, this.change);