InstanceClient class
Constructors
- InstanceClient(int fllId, [int parentId = 0])
Properties
Methods
-
get(
[String select = '', String filter = '']) → Future< List< Instance> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
post(
Iterable< Instance> instances) → Future<List< Instance> > -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited