reactHostValue top-level constant
({Null codecId, Null hostNamespace, ReactValueKind kind, bool nullable, Null typeId})
const reactHostValue
A non-null host value owned by a renderer.
Implementation
const reactHostValue = (
kind: ReactValueKind.hostValue,
nullable: false,
hostNamespace: null,
typeId: null,
codecId: null,
);