data property

Map<String, dynamic> data

Return the body of the response

Implementation

Map<String, dynamic> get data {
  return _data;
}