ChatChoice.fromJson constructor

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

Creates a ChatChoice instance from JSON.

Implementation

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