NCMBRelation class

リレーション用のクラス

Constructors

NCMBRelation()

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

add(dynamic obj) → void
データを追加する obj 追加するデータ
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(dynamic obj) → void
データを削除する obj 削除するデータ
set(dynamic op, dynamic obj) → void
データを設定する内部用の関数
toJson() Map
データをJSON化する
toString() String
A string representation of this object.
inherited

Operators

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