AFSIScreenTestID constructor

const AFSIScreenTestID(
  1. String code, {
  2. List<String>? tags,
})

Implementation

const AFSIScreenTestID(String code, { List<String>? tags }): super(code, AFSILibraryID.id);