OPTIONS constructor

const OPTIONS(
  1. String path, {
  2. bool autoCastResponse = true,
})

Implementation

const OPTIONS(String path, {bool autoCastResponse = true})
    : super(HttpMethod.OPTIONS, path, autoCastResponse: autoCastResponse);