AFBaseTestID constructor

const AFBaseTestID(
  1. String prefix,
  2. String code,
  3. AFLibraryID library, {
  4. List<Object>? withItems,
})

Implementation

const AFBaseTestID(String prefix, String code, AFLibraryID library, { List<Object>? withItems }) : super(prefix, code, library, withItems: withItems);