end property Null safety

int end
read / write

The offset into the bytes for the end of the binary range.

This value will always be greater than or equal to zero, and less than or equal to the total length of the underlying bytes.

Implementation

int end;