BridgeTypeRef constructor

const BridgeTypeRef(
  1. BridgeTypeSpec? spec, [
  2. List<BridgeTypeRef> typeArgs = const []
])

Reference a type by its spec (library URI and name)

Implementation

const BridgeTypeRef(this.spec, [this.typeArgs = const []])
    : cacheId = null,
      gft = null,
      ref = null;