test property

AFScreenPrototype? get test

Implementation

AFScreenPrototype? get test {
  var found = AFibF.g.findScreenTestById(this.testId);
  found ??= AFibF.g.widgetTests.findById(this.testId);
  return found;
}