missing top-level constant
Missing
const missing
The value used by DynamicContent
to represent missing data.
This is return from DynamicContent.subscribe
when the specified key is not
present.
Content in a DynamicContent
should not contain missing values.
Implementation
const Missing missing = Missing._();