APIHelper class
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
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Static Methods
-
autoOperation(SimpleWebRR webRR)
→ Future<Map<String, dynamic>>
-
-
checkAndSetFilter({String condition = "", required SimpleWebRR webRR, String field = "", List<String> fields = const [], Map<String, String> jsonFields = const {}})
→ String
-
-
checkAndSetRequest({String condition = "", required SimpleWebRR webRR, String field = "", String type = "", List<String> numericFields = const [], List<String> stringFields = const [], List<String> stringFieldsIgnoreCase = const []})
→ String
-
-
checkRequestParameter(SimpleWebRR webRR, String requestParameter)
→ bool
-
-
getJsonLikeString(String fieldName, String jsonField, String likeValue)
→ String
-
-
getLikeString(String fieldName, String likeValue)
→ String
-
-
getResponse(SimpleWebRR webRR)
→ Map<String, dynamic>
-
-
performAction(SimpleWebRR webRR)
→ Future<Map<String, dynamic>>
-
-
selectBasic(SimpleWebRR webRR)
→ Map<String, dynamic>
-