normalizeValue method

dynamic normalizeValue(
  1. dynamic value
)

Implementation

normalizeValue(value) {
  return value * Proton.MEASURE;
}