Dialogflow constructor

const Dialogflow({@required AuthGoogle authGoogle, String language: "en" })

Implementation

const Dialogflow({@required this.authGoogle, this.language="en"});