metadata property

Metadata? metadata

The Metadata instance attached to this 3D marker. Gets the Metadata instance attached to this 3D marker. The default value is null.

Implementation

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

The Metadata instance attached to this 3D marker. Sets the Metadata instance attached to this 3D marker.

Implementation

set metadata(Metadata? value);