tzname property

Pointer<Pointer<Int8>> get tzname

Implementation

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

Implementation

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