ResponseCacheControl class

Inheritance

Constructors

ResponseCacheControl.parse(String value)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
immutable bool
no setter
maxAge int
no setter
mustRevalidate bool
no setter
mustUnderstand bool
no setter
noCache bool
no setter
noStore bool
no setter
noTransform bool
no setter
parts Iterable<(String, String?)>
no setterinherited
private bool
no setter
proxyRevalidate bool
no setter
public bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sharedMaxAge int
no setter
staleIfError int
no setter
staleWhileRevalidate int
no setter
value String
no setterinherited

Methods

copyWith({int? maxAge, int? sharedMaxAge, bool? immutable, bool? mustRevalidate, bool? noCache, bool? noStore, bool? noTransform, bool? private, bool? proxyRevalidate, bool? mustUnderstand, bool? public, int? staleIfError, int? staleWhileRevalidate}) ResponseCacheControl
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited