JsonReplayBody class final
A JSON payload serialized with Content-Type: application/json.
value is the decoded structure (typically a Map or List) that the
adapter encodes, mirroring how the original client would.
- Inheritance
-
- Object
- NetworkReplayBody
- JsonReplayBody
Constructors
- JsonReplayBody(Object? value)
-
const
Properties
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