AFScreenID constructor

const AFScreenID(
  1. String code,
  2. AFLibraryID library, {
  3. String prefix = "screen",
  4. List<Object>? withItems,
})

Implementation

const AFScreenID(String code, AFLibraryID library, { String prefix = "screen", List<Object>? withItems }) : super(prefix, code, library, withItems: withItems);