Constraint.min constructor

const Constraint.min(
  1. int value
)

Implementation

const factory Constraint.min(int value) = MinConstraint;