material property

  1. @JsonKey(includeIfNull: false, toJson: LocalizedTag.objToJson)
LocalizedTag? material
getter/setter pair

Material, canonicalized using TaxonomyPackagingMaterial.

Implementation

@JsonKey(
  includeIfNull: false,
  toJson: LocalizedTag.objToJson,
)
LocalizedTag? material;