AFScreenTestID constructor

const AFScreenTestID(
  1. String code,
  2. AFLibraryID library
)

Implementation

const AFScreenTestID(String code, AFLibraryID library) : super(screenTestPrefix, code, library);