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