PossibleAnswer.fromJson constructor
PossibleAnswer.fromJson(
- dynamic input
Implementation
PossibleAnswer.fromJson(dynamic input) {
key = input['key'];
value = input['value'];
}
PossibleAnswer.fromJson(dynamic input) {
key = input['key'];
value = input['value'];
}