paintId property

int? paintId
final

The index of a Paint for this object in VectorInstructions.paints.

A value of null indicates that there is no paint object associated with this command.

Implementation

final int? paintId;