hourStyleExtensionString property
String
get
hourStyleExtensionString
Implementation
String get hourStyleExtensionString => switch (this) {
ClockStyle.zeroToEleven => 'h11',
ClockStyle.oneToTwelve => 'h12',
ClockStyle.zeroToTwentyThree => 'h23',
};