findOne method

T? findOne(
  1. int i
)

Implementation

T? findOne(int i) {
  return _findOne(prefs, i);
}