BridgeTypeRef.ref constructor
const
BridgeTypeRef.ref(
- String? ref, [
- List<
BridgeTypeRef> typeArgs = const []
Reference a type by its local in-context name (e.g. a type parameter name such as T)
Implementation
const BridgeTypeRef.ref(this.ref, [this.typeArgs = const []])
: cacheId = null,
gft = null,
spec = null;