toJson method
Implementation
Map<String, dynamic> toJson() => {
"data": data?.toJson(),
"last_action": lastAction,
"subscription": subscription?.toJson(),
"success": success,
"text_response": textResponse,
"title_response": titleResponse,
};