action property
How this query interacts with its invoking provider.
Often the invoking ModelRepository
will appropriately adjust the action when
interacting with the provider. For example:
upsert(query) => final q = query.copyWith(action: QueryAction.upsert)
Implementation
final QueryAction? action;