startedBefore property

String? get startedBefore

Limits results to DownloadItem that started before the given ms since the epoch.

Implementation

String? get startedBefore => _wrapped.startedBefore;
set startedBefore (String? v)

Implementation

set startedBefore(String? v) {
  _wrapped.startedBefore = v;
}