handle property

  1. @override
String handle
override

DXF handle

A handle is a hexadecimal number that is a unique tag for each entity in a drawing or DXF file

Implementation

@override
String get handle => _handle;