allRequests method

Map<String, dynamic> allRequests()

Implementation

Map<String,dynamic> allRequests(){
  return _requests;
}