BranchJumpStatements constructor

BranchJumpStatements({
  1. required List<BranchModel> branchModelList,
})

Implementation

BranchJumpStatements({required List<BranchModel> branchModelList}) {
  _branchModelList = branchModelList;
}