AFSourceTemplateID constructor
const
AFSourceTemplateID(
- String code,
- AFLibraryID library, {
- List<
Object> ? withItems,
Implementation
const AFSourceTemplateID(String code, AFLibraryID library, { List<Object>? withItems }): super(null, code, library, withItems: withItems);