description property

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

Contains the human-readable name for the returned result. For establishment results, this is usually the business name. This content is meant to be read as-is. Do not programmatically parse the formatted address.

Implementation

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