BackendlessData class

Constructors

BackendlessData()
factory

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

callStoredProcedure(String procedureName, Map<String, Object> arguments) Future<Map?>
describe(String tableName) Future<List<ObjectProperty>>
getView(String viewName, DataQueryBuilder queryBuilder) Future<Map<String, Object>>
mapTableToClass(String tableName, Type type) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
of(String tableName) IDataStore<Map>
toString() String
A string representation of this object.
inherited
withClass<T>() IDataStore<T>

Operators

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