StepCursor constructor
StepCursor({
- required IteratingCursor cursor,
- required PreparedStatement statement,
Implementation
StepCursor({required this.cursor, required this.statement});