PremiumFeatureProfileBadge.fromJson constructor

PremiumFeatureProfileBadge.fromJson(
  1. Map<String, dynamic> json
)

Parse from a json

Implementation

factory PremiumFeatureProfileBadge.fromJson(Map<String, dynamic> json) =>
    const PremiumFeatureProfileBadge();