Options constructor

const Options(
  1. [String path = '']
)

Implementation

const Options([String path = '']) : super('OPTIONS', path);