AwClientHelper class
Constructors
- AwClientHelper({required AwogenEnv config})
Properties
Methods
-
createAwObjectDocument(
AwObject awObject, {List< String> ? permissions}) → dynamic -
createDocument(
AwObject awObject, {List< String> ? permissions}) → dynamic -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateAwObjectDocument(
AwObject awObject, {List< String> ? permissions}) → dynamic -
updateDocument(
AwObject awObject, {List< String> ? permissions}) → dynamic
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited