createPrototype abstract method

TPrototype createPrototype({
  1. required AFPrototypeID id,
  2. required Object? models,
  3. required AFNavigatePushAction navigate,
  4. required AFTestTimeHandling timeHandling,
  5. required AFSingleScreenPrototypeBody body,
})

Implementation

TPrototype createPrototype({
  required AFPrototypeID   id,
  required Object? models,
  required AFNavigatePushAction navigate,
  required AFTestTimeHandling timeHandling,
  required AFSingleScreenPrototypeBody body,
});