name property

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

Contains the human-readable name for the returned result. For establishment results, this is usually the canonicalized business name.

Implementation

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