findFirst method

Future<R?> findFirst()

Find the first object that matches this query or null if no object matches.

Implementation

Future<R?> findFirst() => build().findFirst();