undefined top-level constant
Object
const undefined
Sentinel value to distinguish "not provided" from "explicitly set to null"
in ViewportModel.copyWith. This allows callers to set nullable fields to
null (e.g., copyWith(selectionStart: null)) rather than keeping the
existing value (the default when the parameter is omitted).
Implementation
const undefined = Object();