price property

  1. @JsonKey(name: 'Price')
num? price
inherited

Implementation

@JsonKey(name: 'Price')
num? get price => throw _privateConstructorUsedError;