AFPrototypeID.create constructor
AFPrototypeID.create(
- String code,
- AFLibraryID library,
- List<
Object> ? withItems
Implementation
factory AFPrototypeID.create(String code, AFLibraryID library, List<Object>? withItems) {
return AFPrototypeID(code, library, withItems: withItems);
}