AFWidgetID constructor

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

Implementation

const AFWidgetID(String code, AFLibraryID library, {
  List<Object>? withItems,
}) : super("wid", code, library, withItems: withItems);