CacheControlBox class

Annotations

Constructors

CacheControlBox({int? id, int? maxAge, String? privacy, bool? noCache, bool? noStore, List<String>? other})

Properties

hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
maxAge int?
getter/setter pair
maxStale int?
getter/setter pair
minFresh int?
getter/setter pair
mustRevalidate bool?
getter/setter pair
noCache bool?
getter/setter pair
noStore bool?
getter/setter pair
other List<String>?
getter/setter pair
privacy String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toObject() → CacheControl
toString() String
A string representation of this object.
inherited

Operators

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