notBefore property

DateTime? get notBefore

Implementation

DateTime? get notBefore => _$this._notBefore;
set notBefore (DateTime? notBefore)

Implementation

set notBefore(DateTime? notBefore) => _$this._notBefore = notBefore;