types property

  1. @BuiltValueField(wireName: r'types')
BuiltList<String>? types

Contains an array of feature types describing the given result. See the list of supported types.

Implementation

@BuiltValueField(wireName: r'types')
BuiltList<String>? get types;