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