GameDialogValue constructor
- Map<
String, GameDialogComponentValue> values = const {}, - String buttonPressed = ''
Implementation
GameDialogValue([
this.values = const {},
this.buttonPressed = '',
]);
GameDialogValue([
this.values = const {},
this.buttonPressed = '',
]);