RequestCacheControl class

Inheritance

Constructors

RequestCacheControl.parse(String value)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
maxAge int
no setter
maxStale int
no setter
minFresh int
no setter
noCache bool
no setter
noStore bool
no setter
noTransform bool
no setter
onlyIfCached bool
no setter
parts Iterable<(String, String?)>
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
staleIfError int
no setter
value String
no setterinherited

Methods

copyWith({int? maxAge, int? maxStale, int? minFresh, bool? noCache, bool? noStore, bool? noTransform, bool? onlyIfCached, int? staleIfError}) RequestCacheControl
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