Payload class

Constructors

Payload({required Metadata metadata, required String url, required String urlType, required String method, required Login login, required List<ResponseSelection> responseSelections, Map<String, String>? headers, String? customInjection, BodySniff? bodySniff, Map<String, String>? userAgent, String? geoLocation, String? matchType, required String injectionType, required bool disableRequestReplay, Map<String, dynamic>? parameters})

Properties

bodySniff BodySniff?
final
customInjection String?
final
disableRequestReplay bool
final
geoLocation String?
final
hashCode int
The hash code for this object.
no setterinherited
headers Map<String, String>?
final
injectionType String
final
login Login
final
matchType String?
final
metadata Metadata
final
method String
final
parameters Map<String, dynamic>?
final
responseSelections List<ResponseSelection>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String
final
urlType String
final
userAgent Map<String, String>?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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