Cardinality constructor
const
Cardinality({
- required int min,
- BooleanOrIntegerChoice? max,
Creates a new instance of Cardinality.
Implementation
const Cardinality({required this.min, this.max});