query method

List<QueryRow> query(
  1. List<Type> types
)

Implementation

List<QueryRow> query(List<Type> types) => queryWithParams(QueryParams(types));