TextChoice.fromJson constructor

TextChoice.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory TextChoice.fromJson(Map<String, dynamic> json) =>
    _$TextChoiceFromJson(json);