fields property

List<String>? fields
final

Use the fields parameter to specify a list of place data types to return.

For example: fields=['formatted_address', 'name', 'geometry']

More details here

Implementation

final List<String>? fields;