packageType property

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

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

Implementation

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