hasExclusiveMinimum property
bool
get
hasExclusiveMinimum
Whether the minimum of the JsonSchema is exclusive.
Implementation
bool get hasExclusiveMinimum =>
_exclusiveMinimum ?? _exclusiveMinimumV6 != null;