packageType property

  1. @JsonKey(name: 'packageType', unknownEnumValue: PackageType.unknown)
PackageType packageType
inherited

Package type for the product. Will be one of PackageType.

Implementation

@JsonKey(name: 'packageType', unknownEnumValue: PackageType.unknown)
PackageType get packageType => throw _privateConstructorUsedError;