NetworkRequestEntity class abstract

Constructors

NetworkRequestEntity()

Properties

debugJson String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
path String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spliceUrl String
no setter
urlIndex int
getter/setter pair

Methods

getRequestUrls() List<String>
getUrlIndex() int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parameters() → dynamic
pathId() String
requestHeaders() Map<String, String>
toJson() Map<String, dynamic>?
toString() String
A string representation of this object.
inherited
url() String

Operators

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