MultipartReplayBody class final
A multipart/form-data payload combining text fields and file parts.
File bytes are not present in captured logs, so a request reconstructed from history restores fields only; files are populated when the user attaches them in the composer.
- Inheritance
-
- Object
- NetworkReplayBody
- MultipartReplayBody
Constructors
-
MultipartReplayBody({List<
MultipartReplayField> fields = const [], List<MultipartReplayFile> files = const []}) -
const
Properties
-
fields
→ List<
MultipartReplayField> -
final
-
files
→ List<
MultipartReplayFile> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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