Get constructor

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

Implementation

const Get([String path = '']) : super('GET', path);