calendar property
String?
get
calendar
The part of the Locale that indicates the locale's calendar era.
Implementation
_i2.String? get calendar => _i5.getProperty(
this,
'calendar',
);
set
calendar
(String? value)
Implementation
set calendar(_i2.String? value) {
_i5.setProperty(
this,
'calendar',
value ?? _i4.undefined,
);
}