calendarType property

String? get calendarType

Implementation

String? get calendarType => _$this._calendarType;
set calendarType (covariant String? calendarType)
covariant

Implementation

set calendarType(covariant String? calendarType) =>
    _$this._calendarType = calendarType;