preventCaching property Null safety
final
Prevents any caching of a response by a proxy or client.
If true, sets 'Cache-Control: no-cache, no-store'. If this property is true, no other properties are evaluated.
Implementation
final bool preventCaching;