startTime property
getter/setter pair
The time that the VM started in milliseconds since the epoch.
Suitable to pass to DateTime.fromMillisecondsSinceEpoch.
Implementation
int? startTime;
The time that the VM started in milliseconds since the epoch.
Suitable to pass to DateTime.fromMillisecondsSinceEpoch.
int? startTime;