localizedTitle property

  1. @JsonKey(defaultValue: '')
String localizedTitle
final

The localizedTitle of the product.

It is localized based on the current locale.

Implementation

@JsonKey(defaultValue: '')
final String localizedTitle;