getAbs method Null safety
Returns a staged version of identifier
at the specified
absolute stageIndex
.
Implementation
Logic getAbs(Logic identifier, int stageIndex) =>
_pipeline.get(identifier, stageIndex);
Returns a staged version of identifier
at the specified
absolute stageIndex
.
Logic getAbs(Logic identifier, int stageIndex) =>
_pipeline.get(identifier, stageIndex);