AFScreenID.create constructor

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

Implementation

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