AFWireframe class

Constructors

AFWireframe({required AFWireframeID id, required AFNavigatePushAction navigate, required AFWireframeExecutionDelegate body, required AFDefineTestDataContext testData, required dynamic stateView, required bool enableUINavigation, required AFTestTimeHandling timeHandling})
AFWireframe.create({required AFWireframeID id, required AFNavigatePushAction navigate, required AFWireframeExecutionDelegate body, required dynamic models, required AFTestTimeHandling timeHandling, bool enableUINavigation = true})
factory

Properties

body AFWireframeExecutionDelegate
final
enableUINavigation bool
final
hashCode int
The hash code for this object.
no setterinherited
id AFWireframeID
final
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stateView → dynamic
final
testData AFDefineTestDataContext
final
timeHandling AFTestTimeHandling
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onEvent(AFScreenID screen, AFID widget, dynamic param, AFFlexibleStateView? stateView, AFPressedDelegate? onSuccess) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited