PyByteArray_empty_string property Null safety

Pointer<Int8> PyByteArray_empty_string

Implementation

ffi.Pointer<ffi.Int8> get PyByteArray_empty_string =>
    _PyByteArray_empty_string.value;
void PyByteArray_empty_string= (Pointer<Int8> value)

Implementation

set PyByteArray_empty_string(ffi.Pointer<ffi.Int8> value) =>
    _PyByteArray_empty_string.value = value;