highPrice method
Implementation
C highPrice(double highPrice) {
final sanitizedValue = sanitizeDouble(highPrice);
return patchState(MatexBaseCoreState(highPrice: sanitizedValue));
}
C highPrice(double highPrice) {
final sanitizedValue = sanitizeDouble(highPrice);
return patchState(MatexBaseCoreState(highPrice: sanitizedValue));
}