typeId property

  1. @override
String typeId
override

The unique identifier of this.

Used when transforming DrawObject to and from JSON. Identifies which DrawObjectAdapter is responsible for constructing the DrawObject.

Also used to match against WindowPaintController.mode.

Implementation

@override
String get typeId => 'pan_zoom';