RequestInput constructor
const
RequestInput({})
Implementation
const RequestInput({
required this.path,
this.headers = const {},
this.body = const {},
this.queryParam = const {},
this.request = HttpMethod.get,
});