Response class

The response data class that included in EventData

Constructors

Response.fromJson(Map<String, dynamic> json)

Properties

error Error?
"error" property
final
eTag String?
"etag" property
final
expires DateTime?
"expires" property
final
hashCode int
The hash code for this object.
no setterinherited
modified DateTime?
"modified" property
final
mustRevalidate bool
"must-revalidate" property
final
noContent bool
"no-content" property
final
notModified bool
"notModified" property
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
"size" property
final
source ResponseSourceType
"source" property
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