is_long method Null safety
Implementation
bool is_long() {
final constructor =
_dll_handle.lookupFunction<_Context_isLong_c, _Context_isLong_dart>(_context_namespace + 'isLong');
final exception = _getException();
bool res = constructor(this._impl, exception);
tdvCheckException(exception, _dll_handle);
return res;
}