String substringData(int offset, int count) { return (data ?? '').substring(offset, offset + count); }