pendingCmds property

List<Cmd> pendingCmds
final

Commands accumulated from callbacks during the current event.

Implementation

final List<Cmd> pendingCmds = [];