search abstract method

FutureOr<List<HouseholdModel>> search(
  1. HouseholdSearchModel query
)
inherited

The search method searches for entities that match the given query.

Implementation

FutureOr<List<D>> search(
  R query,
);