reactAny top-level constant

({Null codecId, Null hostNamespace, ReactValueKind kind, bool nullable, Null typeId}) const reactAny

Any value, including null.

Implementation

const reactAny = (
  kind: ReactValueKind.any,
  nullable: true,
  hostNamespace: null,
  typeId: null,
  codecId: null,
);