absent constant
Opt
const absent
Represents an absent value (not provided).
Implementation
static const Opt absent = Opt(null);
Represents an absent value (not provided).
static const Opt absent = Opt(null);