AFPrototypeID constructor

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

Implementation

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