debugSync method

void debugSync(
  1. bool v
)

Enables or disables logging of struct sync-back events.

Implementation

void debugSync(bool v) => _debugSyncEnabled = v;