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