getDouble method Null safety
Implementation
double getDouble(Pointer<Void> pointer, int field) {
Pointer<Pointer<Void>> exception = _getException();
final result = _getDouble(pointer, field, exception);
checkException(exception, _dll_handle);
return result;
}