SystemRef constructor

const SystemRef(
  1. String library,
  2. String name, {
  3. String? debugName,
})

Implementation

const SystemRef(this.library, this.name, {this.debugName});