language property

  1. @BuiltValueField(wireName: r'language')
String? language

An IETF language code indicating the language used in the user's review. This field contains the main language tag only, and not the secondary tag indicating country or region. For example, all the English reviews are tagged as 'en', and not 'en-AU' or 'en-UK' and so on.

Implementation

@BuiltValueField(wireName: r'language')
String? get language;