startTime property Null safety

int? startTime
read / write

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

Suitable to pass to DateTime.fromMillisecondsSinceEpoch.

Implementation

int? startTime;