i8 property

VecChar get i8

Implementation

VecChar get i8 {
  final p = toNativeUtf8();
  final v = VecChar.fromList(p.cast<ffi.Int8>().asTypedList(p.length));
  return v;
}