RequestApiHelperData class
- Inheritance
-
- Object
- RequestApiHelperConfig
- RequestApiHelperData
Constructors
Properties
- baseUrl ↔ String?
-
getter/setter pair
-
body
↔ Map<
String, dynamic> ? -
getter/setter pair
- bodyIsJson ↔ bool
-
getter/setter pair
- debug ↔ bool?
-
getter/setter pair
- file ↔ FileData?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
header
↔ Map<
String, String> ? -
getter/setter pair
-
getter/setter pair
- onAuthError ↔ dynamic Function(BuildContext)?
-
getter/setter pair
- onError ↔ dynamic Function(Response)?
-
getter/setter pair
- onSuccess ↔ dynamic Function(dynamic)?
-
getter/setter pair
- onTimeout ↔ dynamic Function(Response)?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timeout ↔ Duration?
-
getter/setter pair
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