Get constructor
- {String path = '',
- Map<
String, String> headers = const {}}
Implementation
const Get({String path = '', Map<String, String> headers = const {}})
: super(HttpMethod.Get, path: path, headers: headers);
const Get({String path = '', Map<String, String> headers = const {}})
: super(HttpMethod.Get, path: path, headers: headers);