introductoryPrice property

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

Introductory price for product. Can be null.

Implementation

// ignore: invalid_annotation_target
@JsonKey(name: 'introPrice')
IntroductoryPrice? get introductoryPrice =>
    throw _privateConstructorUsedError;