pluralizeValueUnits method

  1. @protected
bool pluralizeValueUnits(
  1. String locale
)

Determines whether value units should be pluralized. Defaults to true.

Implementation

@protected
bool pluralizeValueUnits(String locale) => true;