ResourceResponse class

A resource response.

Constructors

ResourceResponse({String? eTag, required bool mustRevalidate, required bool noContent, DateTime? modified, required ResponseSourceType source, required bool notModified, DateTime? expires, required int size, ResponseError? error})

Properties

error ResponseError?
final
eTag String?
final
expires DateTime?
final
hashCode int
The hash code for this object.
no setterinherited
modified DateTime?
final
mustRevalidate bool
final
noContent bool
final
notModified bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
final
source ResponseSourceType
final

Methods

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