ChoiceInputValue.fromJson constructor

ChoiceInputValue.fromJson(
  1. Map json_
)

Implementation

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