RestHelper class

Constructors

RestHelper()

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

getGetResponse({required dynamic url, required Client client}) → dynamic
getListModelRest({required String serviceOrEntityName, required String methodName, required Types type, String? body, required dynamic fromMap(Map<String, dynamic> json), CubaEntityFilter? filter}) → dynamic
getPostResponse({required dynamic url, required dynamic body, required Client client}) → dynamic
getSingleModelRest({required String serviceOrEntityName, required String methodName, required Types type, String? body, required dynamic fromMap(Map<String, dynamic> json)}) → dynamic
getSingleValueRest({required String serviceOrEntityName, required String methodName, required Types type, String? body}) → dynamic
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