yt
yt
Chatbot
Chatbot.fromJson factory constructor
Chatbot.fromJson
Chatbot.fromJson
constructor
Null safety
Chatbot.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory Chatbot.fromJson(Map<String, dynamic> json) => _$ChatbotFromJson(json);
yt
yt
Chatbot
Chatbot.fromJson factory constructor
Chatbot class
Constructors
Chatbot
fromJson
fromYaml
Properties
botName
dialogs
hashCode
nameFormatted
phraseMatch
runtimeType
Methods
checkDialog
noSuchMethod
toJson
toString
Operators
operator ==