toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final dataStoreConnections = this.dataStoreConnections;
final fallbackPrompt = this.fallbackPrompt;
return {
'dataStoreConnections': ?dataStoreConnections,
'fallbackPrompt': ?fallbackPrompt,
};
}