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