toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      'callerId': callerId,
      'content': content,
      'response': response,
      'channelId': channelId,
      'state': state,
    };