packagings property

  1. @JsonKey(name: 'packagings', includeIfNull: false)
List<ProductPackaging>? packagings
getter/setter pair

Implementation

@JsonKey(name: 'packagings', includeIfNull: false)
List<ProductPackaging>? packagings;