Retrieves a single record of entity type T matching id, or null if not found.
T
id
null
@override Future<T?> findById(int id) => getByIdDelegate(id);