QueryParams constructor

QueryParams(
  1. List<Type> types
)

Implementation

QueryParams(this.types) : typeIndices = {for (int i = 0; i < types.length; i++) types[i]: i};