setDoubleValue method

void setDoubleValue(
  1. double? newValue
)

Implementation

void setDoubleValue(double? newValue) {
  value = newValue;
}