data method

Map<String, dynamic> data()

Implementation

Map<String, dynamic> data() {
  return _formatResponse(response);
}