id property

String? id

Squadron instance id to track identity of threads/workers. Returns an empty String if the Squadron singleton has not been initialized yet, or if its id has not been set yet.

Implementation

static String? get id => _instance?._id;