OnConstraint constructor

OnConstraint({
  1. required Expression expression,
})

Implementation

OnConstraint({required this.expression});