startTimeMilliseconds property
int
get
startTimeMilliseconds
Implementation
int get startTimeMilliseconds {
if (this is _ExtendedResponse) {
return (this as _ExtendedResponse).startTimeMilliseconds;
}
return DateTime.now().millisecondsSinceEpoch;
}