resolveElement abstract method

void resolveElement(
  1. ResolverVisitor resolver,
  2. CollectionLiteralContext? context
)

Dispatches this collection element to the resolver, with the given context information.

Implementation

void resolveElement(
    ResolverVisitor resolver, CollectionLiteralContext? context);