single method

Query single(
  1. KeyType id
)

Implementation

Query single(KeyType id) => table.primaryKey.query.withValues([id.toString()]);