AFStateTestID constructor

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

Implementation

const AFStateTestID(String code, AFLibraryID library) : super(stateTestPrefix, code, library);