AFPrototypeID.create constructor

AFPrototypeID.create(
  1. String code,
  2. AFLibraryID library,
  3. List<Object>? withItems
)

Implementation

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