BridgeTypeRef constructor
const
BridgeTypeRef(
- BridgeTypeSpec? spec, [
- List<
BridgeTypeAnnotation> 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,
assert(spec != null);