all property

Map<String, dynamic> get all

Gets all input (body + query) - shortcut

Implementation

Map<String, dynamic> get all => _input.all();