hasExclusiveMaximum property
bool
get
hasExclusiveMaximum
Whether the maximum of the JsonSchema is exclusive.
Implementation
bool get hasExclusiveMaximum =>
_exclusiveMaximum ?? _exclusiveMaximumV6 != null;