in lib/src/utf16.dart [76:81]
void _ensureNotNullptr(String operation) { if (this == nullptr) { throw UnsupportedError( "Operation '$operation' not allowed on a 'nullptr'."); } }