Max constructor

Max({
  1. required num maxValue,
  2. String? message,
})

Implementation

Max({required this.maxValue, super.message});