hasExclusiveMaximum property

bool hasExclusiveMaximum

Whether the maximum of the JsonSchema is exclusive.

Implementation

bool get hasExclusiveMaximum =>
    _exclusiveMaximum ?? _exclusiveMaximumV6 != null;