Constraint.max constructor

const Constraint.max(
  1. int value
)

Implementation

const factory Constraint.max(int value) = MaxConstraint;