SuggestedPostInfo.fromJson constructor
Creates a new SuggestedPostInfo object from a JSON Map.
Implementation
factory SuggestedPostInfo.fromJson(Map<String, dynamic> json) =>
_$SuggestedPostInfoFromJson(json);
Creates a new SuggestedPostInfo object from a JSON Map.
factory SuggestedPostInfo.fromJson(Map<String, dynamic> json) =>
_$SuggestedPostInfoFromJson(json);