StepCursor constructor

StepCursor({
  1. required IteratingCursor cursor,
  2. required PreparedStatement statement,
})

Implementation

StepCursor({required this.cursor, required this.statement});