Reference constructor

Reference({
  1. String? urn,
  2. String? namespace,
  3. String? name,
  4. int? flags,
  5. int? timeout,
  6. int? retries,
})

Implementation

Reference({this.urn, this.namespace, this.name, this.flags, this.timeout, this.retries});