Check constructor

const Check({
  1. required String expression,
  2. String? name,
})

Implementation

const Check({required this.expression, this.name});