allCommandsBuffer property
read / write
A buffer that stores all the commands that have been executed.
Implementation
List<SimpleContainer> allCommandsBuffer = <SimpleContainer>[];
A buffer that stores all the commands that have been executed.
List<SimpleContainer> allCommandsBuffer = <SimpleContainer>[];