debugLogical property

bool debugLogical

Debug mode for the logical world.

Implementation

bool get debugLogical => _logicalWorld.debugMode;
void debugLogical=(bool value)

Implementation

set debugLogical(bool value) => _logicalWorld.debugMode = value;