hour12 property
bool?
get
hour12
Implementation
_i2.bool? get hour12 => _i5.getProperty(
this,
'hour12',
);
set
hour12
(bool? value)
Implementation
set hour12(_i2.bool? value) {
_i5.setProperty(
this,
'hour12',
value ?? _i4.undefined,
);
}