findLast abstract method

Future<T?> findLast({
  1. List<String>? relations,
  2. DataQueryBuilder? queryBuilder,
})

Returns the last created object in the table.

Implementation

Future<T?> findLast(
    {List<String>? relations, DataQueryBuilder? queryBuilder});