introductoryPrice property

  1. @JsonKey(name: 'introPrice', nullable: true)
IntroductoryPrice? introductoryPrice
inherited

Introductory price for product. Can be null.

Implementation

@JsonKey(name: 'introPrice', nullable: true)
IntroductoryPrice? get introductoryPrice =>
    throw _privateConstructorUsedError;