number property
final
A unique numeric ID for this isolate.
Note that this may be larger than can be represented in Dart implementations that compile to JS; it's generally safer to use numberAsString instead.
Implementation
final int number;