currentPeriodEnd property

DateTime? currentPeriodEnd

Implementation

DateTime? get currentPeriodEnd => _$this._currentPeriodEnd;
void currentPeriodEnd=(DateTime? currentPeriodEnd)

Implementation

set currentPeriodEnd(DateTime? currentPeriodEnd) =>
    _$this._currentPeriodEnd = currentPeriodEnd;