$dynamic constant

TypeLink const $dynamic

Represents the type of dynamic (i.e. omitted type).

Implementation

static const $dynamic = TypeLink('dynamic', null);