calendar property
String
get
calendar
Implementation
_i2.String get calendar => _i5.getProperty(
this,
'calendar',
);
set
calendar
(String value)
Implementation
set calendar(_i2.String value) {
_i5.setProperty(
this,
'calendar',
value,
);
}