ph method

String ph(
  1. String key
)

Implementation

String ph(String key) => paramStyle == DbParamStyle.colon ? ':$key' : '@$key';