metadata property

Metadata? metadata

The Metadata instance attached to this polygon, null by default. Gets the Metadata instance attached to this polygon.

Implementation

Metadata? get metadata;
void metadata=(Metadata? value)

The Metadata instance attached to this polygon, null by default. Sets the Metadata instance to be attached to this polygon.

Implementation

set metadata(Metadata? value);