RequestFormBuilder class
- Inheritance
-
- Object
- RequestModel
- RequestFormBuilder
Constructors
Properties
Methods
-
add(
String key, dynamic value) → RequestFormBuilder -
addAll(
Map< String, dynamic> data) → RequestFormBuilder -
addFilesSync(
String key, List< RequestFileItem> files) → RequestFormBuilder -
addFileSync(
String key, String filePath, {String? filename, MediaType? mediaType}) → RequestFormBuilder -
build(
) → RequestModel -
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