HttpHandlerOptions constructor

const HttpHandlerOptions({
  1. bool once = false,
})

Implementation

const HttpHandlerOptions({this.once = false});