text property

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

The user's review. When reviewing a location with Google Places, text reviews are considered optional. Therefore, this field may be empty. Note that this field may include simple HTML markup. For example, the entity reference & may represent an ampersand character.

Implementation

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