BridgeTypeRef.type constructor

const BridgeTypeRef.type(
  1. int? cacheId, [
  2. List<BridgeTypeRef> typeArgs = const []
])

Internal use only.

Implementation

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