startTime property

int? startTime
getter/setter pair

The time that the VM started in milliseconds since the epoch.

Suitable to pass to DateTime.fromMillisecondsSinceEpoch.

Implementation

int? startTime;