properties property

Map<String, dynamic>? properties
getter/setter pair

A Feature object has a member with the name properties. The value of the properties member is an object (any JSON object or a JSON null value).

Implementation

Map<String, dynamic>? properties = <String, dynamic>{};