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