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