alwaysUse24HourFormatTestValue property

void alwaysUse24HourFormatTestValue=(bool alwaysUse24HourFormatTestValue)

Hides the real clock format and reports the given alwaysUse24HourFormatTestValue instead.

Implementation

set alwaysUse24HourFormatTestValue(bool alwaysUse24HourFormatTestValue) { // ignore: avoid_setters_without_getters
  _alwaysUse24HourFormatTestValue = alwaysUse24HourFormatTestValue;
}