BridgeTypeRef.genericFunction constructor

const BridgeTypeRef.genericFunction(
  1. BridgeFunctionDef? gft
)

Reference a generic function type. Currently maps to CoreTypes.function

Implementation

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