month property

String? get month

Implementation

_i2.String? get month => _i5.getProperty(
      this,
      'month',
    );
set month (String? value)

Implementation

set month(_i2.String? value) {
  _i5.setProperty(
    this,
    'month',
    value ?? _i4.undefined,
  );
}