PrioritizedSourceChange constructor

PrioritizedSourceChange(
  1. int priority,
  2. SourceChange change
)

Implementation

PrioritizedSourceChange(this.priority, this.change);