CustomObjects class

Created by Injoit on 2019-12-27. Copyright © 2019 Quickblox. All rights reserved.

Constructors

CustomObjects()
const

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

create({String? className, Map<String, Object>? fields, List<Map<String, Object>>? objects}) Future<List<QBCustomObject?>>
get(String className, {QBSort? sort, QBFilter? filter, int limit = 100, int skip = 0, List<String>? exclude, List<String>? include}) Future<List<QBCustomObject?>>
getByIds(String className, List<String> ids) Future<List<QBCustomObject?>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(String className, List<String> ids) Future<void>
toString() String
A string representation of this object.
inherited
update(String className, {String? id, Map<String, Object>? fields, List<Map<String, Object>?>? objects}) Future<List<QBCustomObject?>>

Operators

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

Constants

CHANNEL_NAME → const String
//////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////
CREATE_METHOD → const String
GET_BY_IDS_METHOD → const String
GET_METHOD → const String
REMOVE_METHOD → const String
UPDATE_METHOD → const String