GameDialogValue constructor

GameDialogValue([
  1. Map<String, GameDialogComponentValue> values = const {},
  2. String buttonPressed = ''
])

Implementation

GameDialogValue([
  this.values = const {},
  this.buttonPressed = '',
]);