priority property

int get priority

Priority level for execution order (higher = more priority).

When multiple interactions are queued, higher priority interactions are executed first.

Defaults to 0.

Implementation

int get priority => 0;