ChatChoice.fromJson constructor
Creates a ChatChoice instance from JSON.
Implementation
factory ChatChoice.fromJson(Map<String, dynamic> json) =>
_$ChatChoiceFromJson(json);
Creates a ChatChoice instance from JSON.
factory ChatChoice.fromJson(Map<String, dynamic> json) =>
_$ChatChoiceFromJson(json);