ifModifiedSince property
The date and time specified by the ifModifiedSinceHeader header, if any.
Implementation
@override
DateTime? get ifModifiedSince => _headers.ifModifiedSince;
The date and time specified by the ifModifiedSinceHeader header, if any.
Implementation
@override
set ifModifiedSince(DateTime? ifModifiedSince) {
_headers.ifModifiedSince = ifModifiedSince;
}