MoveDestination({ String? parentId, int? index, }) : _wrapped = $js.MoveDestination( parentId: parentId, index: index, );