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