Request class

The kinds of update requests that can be made.

Constructors

Request({CreateItemRequest? createItem, DeleteItemRequest? deleteItem, MoveItemRequest? moveItem, UpdateFormInfoRequest? updateFormInfo, UpdateItemRequest? updateItem, UpdateSettingsRequest? updateSettings})
Request.fromJson(Map json_)

Properties

createItem CreateItemRequest?
Create a new item.
getter/setter pair
deleteItem DeleteItemRequest?
Delete an item.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
moveItem MoveItemRequest?
Move an item to a specified location.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateFormInfo UpdateFormInfoRequest?
Update Form's Info.
getter/setter pair
updateItem UpdateItemRequest?
Update an item.
getter/setter pair
updateSettings UpdateSettingsRequest?
Updates the Form's settings.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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