start property

String? start
getter/setter pair

The starting byte position of the output that was returned.

This should match the start parameter sent with the request. If the serial console output exceeds the size of the buffer (1 MB), older output is overwritten by newer content. The output start value will indicate the byte position of the output that was returned, which might be different than the start value that was specified in the request.

Implementation

core.String? start;