AFWidgetID.create constructor

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

Implementation

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