AFNavigatePopNAction constructor
AFNavigatePopNAction({})
Implementation
AFNavigatePopNAction({
required this.popCount,
AFID? id,
dynamic returnData,
bool worksInPrototypeMode = true
}): super(
id: id,
returnData: returnData,
worksInSingleScreenTest: worksInPrototypeMode
);