BridgeTypeRef.ref constructor

const BridgeTypeRef.ref(
  1. String? ref, [
  2. 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;