find method

T find(
  1. Object? source
)

Implementation

T find(Object? source) => findOrNull(source) ?? first;