Reference constructor

const Reference(
  1. String? symbol, [
  2. String? url
])

Create a reference to symbol in url.

Implementation

const Reference(this.symbol, [this.url]);