p_get_scheme property
Pointer<NativeFunction<Pointer<pj_str_t> Function(Pointer<Void> uri)> >
p_get_scheme
getter/setter pair
Get URI scheme. @param uri the URI (self). @return the URI scheme.
Implementation
external ffi.Pointer<
ffi.NativeFunction<
ffi.Pointer<pj_str_t> Function(ffi.Pointer<ffi.Void> uri)>>
p_get_scheme;