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