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