DesignFlowCMSMethods class
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(PageCubit pageCubit, CMSInsertAction action, Map<String, dynamic> data)
→ Future
-
-
get(BuildContext context, PageCubit pageCubit, CMSQueryAction action, JsonVar variable)
→ Future
-
-
getVariable(BuildContext context, CMSAction action)
→ JsonVar
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
remove(PageCubit pageCubit, CMSDeleteAction action)
→ Future<void>
-
-
runFunction(BuildContext context, CMSAction action)
→ Future
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(PageCubit pageCubit, CMSUpdateAction action, Map<String, dynamic> newData)
→ Future
-