reactString top-level constant
({Null codecId, Null hostNamespace, ReactValueKind kind, bool nullable, Null typeId})
const reactString
A non-null string.
Implementation
const reactString = (
kind: ReactValueKind.string,
nullable: false,
hostNamespace: null,
typeId: null,
codecId: null,
);