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