selectByPk abstract method

Future<M?> selectByPk(
  1. QueryAble conn
)

Implementation

Future<M?> selectByPk(QueryAble conn);