toBindings abstract method

dynamic toBindings(
  1. Vector<T> params
)

Converts the parameter values params to the underlying binding type.

Implementation

dynamic toBindings(Vector<T> params);