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