BridgeTypeRef constructor
const
BridgeTypeRef(
- BridgeTypeSpec? spec, [
- 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;