labelStandardDeviation property

String get labelStandardDeviation

Standard Deviation

Implementation

String get labelStandardDeviation {
  return Intl.message(
    'Standard Deviation',
    name: 'labelStandardDeviation',
    desc: '',
    args: [],
  );
}