finderForId method

Finder finderForId(
  1. String id
)

Implementation

Finder finderForId(String id) => find.byKey(ValueKey(id));