GlobalParams constructor
GlobalParams({
- String? scene,
- CleanDialogHistory cleanDialogHistory = CleanDialogHistory.auto,
Implementation
GlobalParams({this.scene, this.cleanDialogHistory = CleanDialogHistory.auto});