AFSourceTemplateID constructor

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

Implementation

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