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