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