InlineQueryResultVoice.fromJson constructor
Creates an InlineQueryResultVoice instance from JSON data
Implementation
factory InlineQueryResultVoice.fromJson(Map<String, dynamic> json) =>
_$InlineQueryResultVoiceFromJson(json);
Creates an InlineQueryResultVoice instance from JSON data
factory InlineQueryResultVoice.fromJson(Map<String, dynamic> json) =>
_$InlineQueryResultVoiceFromJson(json);