AFUIScreenTestID constructor

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

Implementation

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