AFSourceTemplateID.create constructor

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

Implementation

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