environmentImpactLevels property

  1. @Deprecated('Use ecoscore fields instead')
  2. @JsonKey(name: 'environment_impact_level_tags', includeIfNull: false, fromJson: EnvironmentImpactLevels.fromJson, toJson: EnvironmentImpactLevels.toJson)
EnvironmentImpactLevels? environmentImpactLevels
getter/setter pair

Implementation

@Deprecated('Use ecoscore fields instead')
@JsonKey(
    name: 'environment_impact_level_tags',
    includeIfNull: false,
    fromJson: EnvironmentImpactLevels.fromJson,
    toJson: EnvironmentImpactLevels.toJson)
EnvironmentImpactLevels? environmentImpactLevels;