begin property Null safety
read / write
The offset into the bytes for the start of the binary range.
This value will always be greater than or equal to zero, and less than or equal to the end.
Implementation
int begin;
The offset into the bytes for the start of the binary range.
This value will always be greater than or equal to zero, and less than or equal to the end.
int begin;