FormData class

Constructors

FormData.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

append(String name, dynamic value, {String? filename, String? contentType}) → void
delete(String name) → void
entries() List<MapEntry<String, List<FormDataEntry>>>
get(String name) → dynamic
getAll(String name) List?
has(String name) bool
keys() List<String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
set(String name, dynamic value, {String? filename, String? contentType}) → void
toString() String
A string representation of this object.
override
values() List<List<FormDataEntry>>

Operators

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