expires property
inherited
The date and time specified by the expiresHeader header, if any.
Implementation
DateTime? expires;
override
The date and time specified by the expiresHeader header, if any.
Implementation
@override
set expires(DateTime? _expires) => super.noSuchMethod(
Invocation.setter(
#expires,
_expires,
),
returnValueForMissingStub: null,
);