xapEndOffset property
int
get
xapEndOffset
Returns the offset of the end of the xap in the file.
Implementation
int get xapEndOffset => _xapRange?.end ?? input.length;
Returns the offset of the end of the xap in the file.
int get xapEndOffset => _xapRange?.end ?? input.length;