title property

  1. @JsonKey(name: 'title')
String title
inherited

Title of the product.

Implementation

@JsonKey(name: 'title')
String get title => throw _privateConstructorUsedError;