AFWireframe constructor

AFWireframe({
  1. required AFWireframeID id,
  2. required AFNavigatePushAction navigate,
  3. required AFWireframeExecutionDelegate body,
  4. required AFDefineTestDataContext testData,
  5. required dynamic stateView,
  6. required bool enableUINavigation,
  7. required AFTestTimeHandling timeHandling,
})

Implementation

AFWireframe({
  required this.id,
  required this.navigate,
  required this.body,
  required this.testData,
  required this.stateView,
  required this.enableUINavigation,
  required this.timeHandling,
});