factory NFTAttributes.fromJson(Map<String, dynamic> json) => NFTAttributes( displayType: json['display_type'], traitType: json['trait_type'], value: json['value'], );