Chatbot.fromJson constructor

Chatbot.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory Chatbot.fromJson(Map<String, dynamic> json) =>
    _$ChatbotFromJson(json);