all method

Map<String, dynamic> all()

Get all request from body and query

Implementation

Map<String, dynamic> all() {
  return request.all();
}