Requests constructor

Requests({
  1. required String url,
  2. dynamic body,
})

Implementation

Requests({required this.url, this.body});