InlineQueryResultCachedAudio.fromJson constructor
Creates an InlineQueryResultCachedAudio object from a JSON map
Implementation
factory InlineQueryResultCachedAudio.fromJson(Map<String, dynamic> json) =>
_$InlineQueryResultCachedAudioFromJson(json);