toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() {
  return {
    'id': id,
    'response_from': reponse_from,
    'response_to': response_to
  };
}