dropWhenInputQueued property
Whether this message can be dropped when fresher user input is queued.
This is intended for low-priority periodic updates such as animation ticks or metrics samples where processing every queued instance is less important than keeping interactive input responsive.
Implementation
@override
bool get dropWhenInputQueued => true;