yt
yt
Dialog
Dialog constructor
Dialog
Dialog
constructor
Null safety
Dialog
(
{
required
String
name
,
required
List
<
String
>
answers
,
required
Keyword
keyword
}
)
Implementation
Dialog({required this.name, required this.answers, required this.keyword});
yt
yt
Dialog
Dialog constructor
Dialog class
Constructors
Dialog
fromJson
Properties
answer
answers
hashCode
keyword
name
runtimeType
Methods
noSuchMethod
toJson
toString
Operators
operator ==