AFUIVerifyContext constructor
const
AFUIVerifyContext({
- required List<
AFActionWithKey> actions, - required AFScreenID activeScreenId,
- required Map<
AFScreenID, dynamic> showResults,
Implementation
const AFUIVerifyContext({
required this.actions,
required this.activeScreenId,
required this.showResults,
});