RestBody class

Constructors

RestBody({bool formData = false})

Properties

data Map<String, dynamic>
final
formDataMode bool
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(List params) → void
param can be FieldBase, Map<String, dynamic> or MapEntry<String, dynamic>
addField(FieldBase field) → void
addMap(Map<String, dynamic> map) → void
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

Static Methods

params(List params) RestBody