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