copyCommandsBuffer property

List<String> copyCommandsBuffer
final

A buffer that stores the commands that are executed when the user is copying cells.

Implementation

final List<String> copyCommandsBuffer = <String>[];