getById method

Future<T?> getById(
  1. dynamic id
)

根据主键查询数据

Implementation

Future<T?> getById(dynamic id) async => null;