DrawPart class abstract

The part of added shape.

Implemented types
Implementers

Constructors

DrawPart()
const

Properties

canIgnore bool
Whether it is ture, it can be ignored.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
key String
The key of transfer value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transferValue Map<String, Object>
The value of transfer value.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
offsetValue(Offset o) Map<String, Object>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited