toJson method

Map<String, dynamic> toJson()

Implementation

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