AFUIVerifyContext constructor

const AFUIVerifyContext({
  1. required List<AFActionWithKey> actions,
  2. required AFScreenID activeScreenId,
  3. required Map<AFScreenID, dynamic> showResults,
})

Implementation

const AFUIVerifyContext({
  required this.actions,
  required this.activeScreenId,
  required this.showResults,
});