MinValue constructor

MinValue(
  1. num min, [
  2. String? error
])

Implementation

MinValue(this.min, [String? error]) : super(error);