tzname property

Pointer<Pointer<Int8>> tzname

Implementation

ffi.Pointer<ffi.Pointer<ffi.Int8>> get tzname => _tzname.value;
void tzname=(Pointer<Pointer<Int8>> value)

Implementation

set tzname(ffi.Pointer<ffi.Pointer<ffi.Int8>> value) => _tzname.value = value;