findOrNull method

Future<T?> findOrNull(
  1. dynamic value
)

Implementation

Future<T?> findOrNull(value) => findByOrNull('id', value);