HttpControllerBehavior.next constructor

HttpControllerBehavior.next({
  1. Map<String, Object?> extra = const {},
})

Just move next

Implementation

HttpControllerBehavior.next({
  this.extra = const {},
}) : next = true;