is_string method Null safety
Implementation
bool is_string() {
final constructor =
_dll_handle.lookupFunction<_Context_isString_c, _Context_isString_dart>(_context_namespace + 'isString');
final exception = _getException();
bool res = constructor(this._impl, exception);
tdvCheckException(exception, _dll_handle);
return res;
}