value property

Map<String, String> value
final

The current selected values per row, in the form: { "question1": "answerA", "question2": "answerB" }

Implementation

final Map<String, String> value;