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