hasExclusiveMinimum property

bool hasExclusiveMinimum

Whether the minimum of the JsonSchema is exclusive.

Implementation

bool get hasExclusiveMinimum =>
    _exclusiveMinimum ?? _exclusiveMinimumV6 != null;