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