OptionsRequest constructor

const OptionsRequest([
  1. String? path,
  2. bool autoCastResponse = true
])

Implementation

const OptionsRequest([String? path, bool autoCastResponse = true])
    : super(HttpMethod.OPTIONS, path ?? '', autoCastResponse: autoCastResponse);