MaxValue constructor

MaxValue(
  1. num max, [
  2. String? error
])

Implementation

MaxValue(this.max, [String? error]) : super(error);