maxValue property
maxValue is the maximum value of the parameter.
Only for ConfigPayloadDataType.integer and ConfigPayloadDataType.float
Implementation
num? get minValue;/// [maxValue] is the maximum value of the parameter.
/// Only for [ConfigPayloadDataType.integer] and [ConfigPayloadDataType.float]
num? get maxValue;