findOrNull method

T? findOrNull(
  1. Object? source
)

Implementation

T? findOrNull(Object? source) => _lookup(source, 0);