List<String> get childIds => _wrapped.childIds.toDart.cast<String>().map((e) => e).toList();
set childIds(List<String> v) { _wrapped.childIds = v.toJSArray((e) => e); }