StoreActionsConfig class

Configuração das ações HTTP.

Constructors

StoreActionsConfig()

Properties

add String
Action utilizada para a ação de adicionar registro.
getter/setter pair
csv String
Action utilizada para a ação de obter CSV.
getter/setter pair
edit String
Action utilizada para a ação de editar registro.
getter/setter pair
get String
Action utilizada para a ação de obter registro.
getter/setter pair
getByIds String
Action utilizada para a ação de obter os registros pelos IDs informados.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
list String
Action utilizada para a ação de listar.
getter/setter pair
remove String
Action utilizada para a ação de remover registro.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
Action utilizada para a ação de consultar.
getter/setter pair

Methods

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

Operators

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