id property
int
get
id
Last/current work id. This increments every time begin is called.
Implementation
int get id => _lastWorkId;
Last/current work id. This increments every time begin is called.
int get id => _lastWorkId;