findById method

Implementation

AFSingleScreenPrototype? findById(AFBaseTestID id) {
  return _singleScreenTests.firstWhereOrNull((test) => test.id == id);
}