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