findById method

Implementation

AFWidgetPrototype? findById(AFBaseTestID id) {
  return _connectedTests.firstWhereOrNull( (test) => test.id == id);
}