PolicySingleChoiceResponse.fromJson constructor
PolicySingleChoiceResponse.fromJson(
- Map json_
Implementation
PolicySingleChoiceResponse.fromJson(core.Map json_)
: this(value: json_['value'] as core.String?);