randoms abstract method

Future<List<T>> randoms(
  1. int count, [
  2. String? tableName
])
inherited

随机查询一组数据

Implementation

Future<List<T>> randoms(int count, [String? tableName]);