NCMBRequest class

Constructors

NCMBRequest()

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

delete(String name, String objectId) Future<Map>
exec(String method, String name, {dynamic fields = const {}, dynamic objectId = '', dynamic queries = const {}, Map<String, String> additionalHeaders = const {}, dynamic path = '', dynamic multipart = false, dynamic isScript = false}) Future<Map>
get(String name, Map queries, {dynamic multipart = false}) Future<List>
jsonEncode(Map fields) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
post(String name, Map fields, {dynamic multipart = false}) Future<Map>
printWrapped(String text) → void
put(String name, String objectId, Map fields) Future<Map>
req(String url, String method, Map fields, Map<String, dynamic> headers, {dynamic multipart = false, dynamic fileName = ''}) Future<Response>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

ncmb NCMB?
getter/setter pair