queryCount method

int queryCount(
  1. List<Type> types
)

Implementation

int queryCount(List<Type> types) => queryCountWithParams(QueryParams(types));