alwaysUse24HourFormatTestValue property
Hides the real clock format and reports the given
alwaysUse24HourFormatTestValue
instead.
Implementation
// ignore: avoid_setters_without_getters
set alwaysUse24HourFormatTestValue(bool alwaysUse24HourFormatTestValue) {
_alwaysUse24HourFormatTestValue = alwaysUse24HourFormatTestValue;
}