endsAt property

DateTime? get endsAt

Implementation

DateTime? get endsAt => _$this._endsAt;
set endsAt (DateTime? endsAt)

Implementation

set endsAt(DateTime? endsAt) => _$this._endsAt = endsAt;