startTime property Null safety
read / write
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;