metadata property
The Metadata instance attached to this polygon, null by default.
Gets the Metadata instance attached to this polygon.
Implementation
Metadata? get metadata;
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);