requireConditionalRequest property Null safety
final
Requires a client to send a conditional GET to use a cached response.
If true, sets 'Cache-Control: no-cache'.
Implementation
final bool requireConditionalRequest;
Requires a client to send a conditional GET to use a cached response.
If true, sets 'Cache-Control: no-cache'.
final bool requireConditionalRequest;