since property
double?
get
since
Remove data accumulated on or after this date, represented in milliseconds
since the epoch (accessible via the getTime
method of the JavaScript
Date
object). If absent, defaults to 0 (which would remove all browsing
data).
Implementation
double? get since => _wrapped.since;
set
since
(double? v)
Implementation
set since(double? v) {
_wrapped.since = v;
}