PossibleAnswer.fromJson constructor

PossibleAnswer.fromJson(
  1. dynamic input
)

Implementation

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